Vcenter Vm Guest LocalFilesystem Info
The Vcenter Vm Guest LocalFilesystem Info schema contains information about a local file system configured in the guest operating system.
This schema was added in vSphere API 6.7.
{
"capacity": 0,
"free_space": 0,
"filesystem": "string",
"mappings": [
{
"disk": "string"
}
]
}
Total capacity of the file system, in bytes.
This property was added in vSphere API 6.7.
Free space on the file system, in bytes.
This property was added in vSphere API 6.7.
Filesystem type, if known. For example, ext3 or NTFS.
This property was added in vSphere API 7.0.0.0.
set if VMware Tools reports a value.
VirtualDisks backing the guest partition, if known.
This property was added in vSphere API 7.0.0.0.
This property is optional because it was added in a newer version than its parent node.